home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / slsw.zip / ALPHA.FUN next >
Text File  |  1990-06-29  |  4KB  |  72 lines

  1.                     
  2.             Short Alphabetical Listing
  3.      --------------------------------------------
  4.                     
  5.                     
  6. ABORT()         Pops up dialog box asking Abort ? Yes/No
  7. ADDSPACE()      Pads string with spaces
  8. ALENGTH()       Determines initialized length of an array
  9. BLDARR()        Builds an array from a delimited string
  10. BLDDBF()        Create a DBF from a delimited string
  11. BLDNDX()        Interactively create a new index
  12. CLABEL()        Menu driven module for label management
  13. CLS()           Clear the screen with optional color,character
  14. CTRLW()         Sends chr(23) (Control-W) to the keyboard
  15. DELARRAY()      Deletes all elements of an array
  16. DELREC()        Dialog box to delete/undelete current record
  17. DOITALL()       Generic menu driven data entry module
  18. DRIVE()         Gets currently selected drive letter
  19. DUPLOOK()       Locates possible duplicates based on user criteria
  20. EDITDB()        Customized DBEDIT() with UDF
  21. EDITMEMO()      Performs a windowed memoedit() on a memo field
  22. ED_G_PIC()      Returns appropriate picture for a get
  23. ENHANCED()      Returns color integer for ENHANCED setting
  24. FASTFORM()      Prints a selected formletter for current record
  25. FGETLEN()       Get length of a field in current DBF
  26. FILEREAD()      Lists a text file of unlimited size
  27. FORMDATE()      Returns formatted date (i.e. September 10, 1989)
  28. FORMLETR()      Interactive formletter and mailmerge utility
  29. FULLDIR()       Interactively navigate directories
  30. GENED()         Generic dbf editing screen
  31. GENVAL()        Generic VALID clause validation with message
  32. GETAKEY()       Gets intent of last keystroke
  33. GLOBREP()       Performs global selective replace of a field
  34. HELP()          Provides context sensitive popup help
  35. HELPMOD()       Interactively build and modify help screens
  36. INITCOL()       Initializes global colors for the library
  37. INITSUP()       Initialized global variables and conditions
  38. ISLOADED()      Determines  function is loaded or not
  39. ISPART()        Determines if a number is part of a set
  40. KBD_ESCAPE()    Keyboards character 27 (escape) when key pressed
  41. LISTER()        Build, format and print lists to printer,screen,file
  42. LOOKFLD()       Interactive locate on any field
  43. LOOPER()        Emulate multiple reads with single reads
  44. MAKEBOX()       Draws a shadow box on the screen, saves the screen
  45. MCHOICE()       Creates a box for an Achoice call
  46. MENU_V()        Vertical popup menu from variable # parameters
  47. MESSYN()        Popup YesNo prompt box
  48. MFIELDS()       Pops up an achoice for current dbf fields
  49. MODIS()         Interactive modify or create structure
  50. MSG()           Displays up to a 9 line message in a window
  51. NKEY()          Gets key of an index file
  52. OCCUR()         Build and display frequenty analysis for field
  53. ONE_READ()      Pop-up window with 1-4 Say/Get combinations
  54. PLSWAIT()       Pops up a 'Please Wait' window or removes it
  55. POPEX()         Pops up an achoice for a certain filespec
  56. PRNTFRML()      Prints a formletter created by formletr()
  57. PULLDN()        Pulldown menu creator, handler
  58. P_READY()       Determines if printer is ready, prompts user
  59. QUERY()         Interactive query by example condition builder
  60. SCMOD()         Maintains scroller.dbf - see scroller()
  61. SCROLLER()      Hotkey lookup tables with dbf storage
  62. SETCOLORS()     Interactive color setting interface
  63. SMALLS()        Lookup tables on dbf - no call to dbedit <small>
  64. STANDARD()      Returns color integer for standard setting
  65. SUM_AVE()       Interactive sum or average on a dbf field
  66. TAGIT()         Allows tagging of dbf records for later action
  67. UNBOX()         Removes a box created by makebox()
  68. UNSELECTED()    Returns color integer for UNSELECTED setting
  69. VAR2CHAR()      Converts any type variable to character type
  70. VARLENGTH()     Returns length of a variable  of any type
  71. WRITEFILE()     Writes a line or lines  to a text file
  72.